home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
developer-tools
/
c-tools
/
stormc-demo
/
include
/
proto
/
icon.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-12-29
|
328 b
|
20 lines
#ifndef _PROTO_ICON_H
#define _PROTO_ICON_H
/*
** $VER: icon.h 10.1 (19.7.95)
** Includes Release 40.15
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#include <exec/types.h>
extern struct Library *IconBase ;
#include <clib/icon_protos.h>
#include <pragmas/icon_pragmas.h>
#endif